Feature: Post creation and publication

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 17.505s

Scenario: Administrator publishes a post successfully with base64 images

Before 0m 0.811s
Given I navigate to Ghost page "<BASEURL>" 0m 2.823s
And I login with email "<EMAIL>" and password "<PASSWORD>" 0m 0.335s
And I should be logged in successfully 0m 2.250s
When I navigate to new post editor 0m 3.253s
And I should be in the editor 0m 0.144s
And I enter title "$name_1_a_priori" 0m 0.588s
And I enter content "$imagebase64_1_a_priori(5)" 0m 2.191s
And I click publish 0m 0.286s
And I continue to final review 0m 1.234s
And I confirm publish 0m 1.266s
Then the content should be published 0m 2.322s
After 0m 0.002s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to Ghost page "<BASEURL>"
And I login with email "<EMAIL>" and password "<PASSWORD>"
And I should be logged in successfully
When I navigate to new post editor
And I should be in the editor
And I enter title "$name_1_a_priori"
And I enter content "$imagebase64_1_a_priori(5)"
And I click publish
And I continue to final review
And I confirm publish
Then the content should be published
After
NO IMAGE AVAILABLE